home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / cv3bas.doc < prev    next >
Text File  |  1995-04-22  |  2KB  |  52 lines

  1.    
  2.   MAKE SURE THAT ANY DOS 3 DISKS YOU
  3.   USE WITH THIS PROGRAM HAVE A WRITE
  4.   PROTECT TAB!!!
  5.   
  6.    RUN it in DOS 2/2.5 To choose a
  7.   menu option, press the number of
  8.   your choice. Taking it backwards, 4
  9.   exits the program. 3 and 2 display
  10.   the directory from Drive 1 in the
  11.   selected format.
  12.    1 is the Magic Move command. The
  13.   DOS 3 disk MUST BE IN DRIVE 1 (thus
  14.   the prompt). INPUT the filename you
  15.   want to copy. A simple RETURN aborts
  16.   to go back to the menu.
  17.    The TO prompt for the DOS 2
  18.   destination has 4 INPUT options:
  19.    Same name, same drive (D1) - just
  20.   hit RETURN.
  21.    Same name, different drive - type
  22.   only the new drive spec (D8:),
  23.   INCLUDING the colon.
  24.    Different name, same drive - type
  25.   only the new name with no drive
  26.   spec.
  27.    Different name, different drive -
  28.   type the full filespec
  29.   (D2:NEWFIL.BAS)
  30.    Full filespecs, of course, are
  31.   always acceptable if you like.
  32.    The INSERT prompts are
  33.   self-explanatory (DO wait till the
  34.   busy light is off!) Pressing ESCape
  35.   at this prompt will return to the
  36.   main menu. Otherwise, hit any key
  37.   when your disk is in place to
  38.   continue.
  39.    That's it. This is a SINGLE PASS
  40.   copy, which is limited by the size
  41.   of Free RAM. With 48k, this gives
  42.   you room for about 26 DOS 3 blocks.
  43.   Bigger files won't work, but that
  44.   should cover most of 'em....
  45.    NOTE: feel free to massage this
  46.   program but DO NOT use any GOSUBS or
  47.   FOR-NEXT loops between the READ and
  48.   WRITE routines. These will intrude
  49.   on the file buffer and scramble the
  50.   file.
  51.                                       
  52.